home *** CD-ROM | disk | FTP | other *** search
- Path: btree.is.brooktree.com!usenet
- From: sasha@brooktree.com (Alex Bakaev)
- Newsgroups: comp.lang.c++
- Subject: Re: Bizzare C++ bug...PLEASE CHECK IT OUT
- Date: Sun, 18 Feb 1996 21:45:48 GMT
- Organization: Brooktree Corporation
- Message-ID: <4g86ha$fq9@btree.brooktree.com>
- References: <4fsns9$8ga3@flute.aix.calpoly.edu> <4g56r1$ep5@druid.borland.com>
- NNTP-Posting-Host: komissar.is.brooktree.com
-
- pete@borland.com (Pete Becker) wrote:
- [deleted]
-
- >B::B()
- >{
- > f(); // calls A::f, despite existence of C::f
- >}
-
- You meant C:C()
- {
- f();
- }
-
- didn't you ?
-
-
-